Carbon


Verb Constants

Header: Quickdraw.h

enum {
    frame = 0,
    paint = 1,
    erase = 2,
    invert = 3,
    fill = 4
};

Constant descriptions

frame

Specifies the frame action.

paint

Specifies the paint action.

erase

Specifies the erase action.

invert

Specifies the invert action.

fill

Specifies the fill action.

When you use the StdRect, StdRRect, StdOval, StdArc, StdPoly, or StdRgn functions, these constants are used in the verb parameter to specify the type of action taken by those low-level drawing functions.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)